projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdca540
)
(browse-url-netscape): Check for w32 window-system symbol.
author
Geoff Voelker
<voelker@cs.washington.edu>
Tue, 2 Sep 1997 19:37:13 +0000
(19:37 +0000)
committer
Geoff Voelker
<voelker@cs.washington.edu>
Tue, 2 Sep 1997 19:37:13 +0000
(19:37 +0000)
lisp/browse-url.el
patch
|
blob
|
history
diff --git
a/lisp/browse-url.el
b/lisp/browse-url.el
index 2a53337cbe9681d4b42e8e49c2cb726ba459b21f..344769ad8f637cd52dcd1d4766a4557dfb9557af 100644
(file)
--- a/
lisp/browse-url.el
+++ b/
lisp/browse-url.el
@@
-653,7
+653,7
@@
used instead of `browse-url-new-window-p'."
(concat "netscape " url) nil
browse-url-netscape-program
(append browse-url-netscape-arguments
- (if (
string-equal "win32" window-system
)
+ (if (
eq window-system 'w32
)
(list url)
(if new-window '("-noraise"))
(list "-remote"